Practical exercises using South Asian development data
You are analyzing factors affecting child health outcomes in rural Indian villages. You have collected data from 120 villages across three states (Uttar Pradesh, Bihar, Rajasthan) on various health, economic, and infrastructure indicators.
| Variable | Mean | Std Dev | Range |
|---|---|---|---|
| Child malnutrition rate (%) | 32.4 | 12.8 | 8.5 - 58.2 |
| Distance to health center (km) | 8.7 | 5.2 | 1.2 - 24.8 |
| Maternal literacy rate (%) | 45.3 | 18.6 | 12.0 - 82.0 |
| Household income (₹/month) | 8,450 | 3,200 | 2,100 - 18,900 |
| Access to clean water (%) | 67.8 | 22.4 | 15.0 - 95.0 |
Calculate and interpret correlations between child malnutrition rate and each predictor variable.
1. Strongest relationship:
2. Statistical significance:
3. Negative correlations interpretation:
4. Causation discussion:
Compare malnutrition rates across the three states using ANOVA.
| State | n (villages) | Mean malnutrition (%) | Std Dev |
|---|---|---|---|
| Uttar Pradesh | 45 | 38.2 | 11.4 |
| Bihar | 42 | 35.8 | 13.2 |
| Rajasthan | 33 | 25.1 | 10.8 |
1. Hypotheses:
H₀:
H₁:
2. Conclusion:
3. State comparison:
4. Post-hoc test recommendation:
Build a multiple regression model to predict malnutrition rates.
Model: Malnutrition = β₀ + β₁(Distance) + β₂(Maternal_Lit) + β₃(Income) + β₄(Clean_Water)
| Variable | Coefficient | Std Error | t-value | p-value |
|---|---|---|---|---|
| Intercept | 52.34 | 4.28 | 12.23 | < 0.001 |
| Distance to health center | 1.24 | 0.18 | 6.89 | < 0.001 |
| Maternal literacy | -0.31 | 0.06 | -5.17 | < 0.001 |
| Household income (₹1000s) | -0.89 | 0.24 | -3.71 | < 0.001 |
| Clean water access | -0.15 | 0.04 | -3.75 | < 0.001 |
Model Statistics: R² = 0.682, Adjusted R² = 0.671, F = 61.8, p < 0.001
1. Maternal literacy coefficient interpretation:
2. Variance explained:
3. Prediction calculation:
Malnutrition = 52.34 + 1.24(5) + (-0.31)(60) + (-0.89)(10) + (-0.15)(80)
= 52.34 + ____ + ____ + ____ + ____
= _____%
4. Largest impact variable:
You are evaluating the effectiveness of different agricultural interventions in Bangladesh. A randomized controlled trial was conducted with 300 farmers across 4 treatment groups over 2 growing seasons. Your task is to analyze which interventions are most effective and identify factors that predict adoption success.
| Treatment Group | n | Mean Yield (kg/hectare) | Std Dev | Adoption Rate (%) |
|---|---|---|---|---|
| Control (Traditional methods) | 75 | 2,340 | 420 | - |
| Improved seeds only | 75 | 2,780 | 380 | 68 |
| Extension training only | 75 | 2,650 | 450 | 72 |
| Seeds + Training combination | 75 | 3,120 | 390 | 84 |
Before conducting analysis, you need to determine the most appropriate statistical methods.
1. Method for comparing yields:
2. Statistical assumptions to check:
3. Method for education-adoption relationship:
4. Regression model design:
Analyze the yield differences across treatment groups.
| Comparison | Mean Difference | p-value |
|---|---|---|
| Control vs. Seeds only | 440 | < 0.001 |
| Control vs. Training only | 310 | 0.002 |
| Control vs. Seeds + Training | 780 | < 0.001 |
| Seeds only vs. Training only | 130 | 0.421 |
| Seeds only vs. Seeds + Training | 340 | 0.001 |
| Training only vs. Seeds + Training | 470 | < 0.001 |
1. F-statistic interpretation:
2. Significant differences from control:
3. Seeds vs. Training comparison:
4. Combined treatment effect size:
Effect size = (3120 - 2340) / pooled SD = _____ / _____ = _____
You have additional data on farmer characteristics and environmental factors.
| Variable | Correlation with Yield | p-value |
|---|---|---|
| Farmer education | 0.45 | < 0.001 |
| Farm size | 0.23 | 0.008 |
| Rainfall | 0.67 | < 0.001 |
| Soil quality | 0.52 | < 0.001 |
1. Strongest environmental factor:
2. Top 3 predictors for regression model:
3. Testing treatment × education interaction:
4. Policy implications:
You are conducting a comprehensive study of water access inequality in Pakistani cities. You have data from 85 urban areas with information on infrastructure investment, governance quality, population demographics, and water service delivery outcomes. Your goal is to identify the key drivers of water access equity.
You need to design an appropriate analytical strategy for this complex policy question.
Design a complete analytical strategy using all three methods (correlation, ANOVA, regression) to answer: "What factors best explain water access inequality in Pakistani cities?"
Step 1 - Correlation Analysis Plan:
Step 2 - ANOVA Analysis Plan:
Step 3 - Regression Analysis Plan:
Expected Outcomes & Policy Implications:
You receive the following results from your analysis. Interpret the findings and make policy recommendations.
| Province | Overall Access (%) | Low-income Access (%) | Equity Gap |
|---|---|---|---|
| Punjab | 78 | 65 | 13 |
| Sindh | 72 | 54 | 18 |
| KPK | 69 | 58 | 11 |
| Balochistan | 45 | 28 | 17 |
1. Overall story:
2. Transparency vs. infrastructure:
3. Provincial differences explanation:
4. Three policy recommendations:
a)
b)
c)
5. Additional data needed:
This handout is part of the ImpactMojo 101 Knowledge Series
Licensed under CC BY-NC-ND 4.0 • Free to use with attribution • www.impactmojo.in